﻿/*主导航
.ChannelMenu {padding:0px 40px;}
.ChannelMenu li {float: left;width:90px;}
.ChannelMenu li a {font-size: 12px;text-align: center; letter-spacing:2px;}
.ChannelMenu li a:hover {color: #FF9900;}
*/
/*左侧产品列表*/
.ProdTree {
	padding: 10px 20px;
}
.ProdTree li {
	padding-bottom: 2px;
}
.ProdTree li a {
	display: block;
	border: 1px #D3D3D3 solid;
	height: 20px;
	line-height: 20px;
	background-color: white;
	background-image: url('ico001.gif');
	background-position: 10px center;
	background-repeat: no-repeat;
	text-indent: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ProdTree li a:hover {
	color: black;
	background-color: #E2ECF3;
	font-weight: bold;
}
.ProdTree ul li a {
	font-weight: normal;
	background-image: none;
}
/*自定义文字列表*/
/*自定义图片列表*/
.IcoList {
	padding: 10px 0px;
}
.IcoList li {
	float: left;
	width: 285px;
	height: 415px;
	overflow: hidden;
	border:1px #CCC solid;
	margin-right:20px;
	margin-bottom:20px;
}
.IcoList li a {
	display: block;
	line-height: 25px;
}
.IcoList .Image{
	margin:10px;
}
.IcoList li img {
	width: 265px;
	height: 265px;
}
.IcoList .Name{
	width:265px;
	font-size:16px;
	border-bottom:1px #CCC dashed;
	height:30px;
	line-height:30px;
}
.IcoList .Cont{
	width:265px;	
	line-height:30px;
	padding:10px 0;
}
/********************************干栏目列表页*********************************/
/*干栏目标题*/
.ColumnsTitle {
	clear: both;
	background-color: #EEE;
	height:25px;
	line-height:25px;
}
.ColumnsName {
	float: left;
	height:25px;
	line-height:25px;
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	text-indent:10px;
}
.ColumnsMore {
	float: right;
	height:25px;
	line-height:25px;
	background-color: #DDD;
	padding-left:10px;
	padding-right:10px;
}
/*干栏目文字列表*/
.CustomTextList {
	padding: 20px 0px;
	line-height: 25px;
}
.CustomTextList li {
	padding: 10px 0px;
	border-bottom: 1px solid #F0F0F0;
}
.CustomTextList li .Name {
	float: left;
	width: 80%;
	font-size: 14px;
	font-weight: bold;
	background-image: url('../global/Maincont_ico4.gif');
	background-position: 10px center;
	background-repeat: no-repeat;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}
.CustomTextList li .Time {
	float: right;
	width: 20%;
}
.CustomTextList li .Cont {
	clear: both;
}
/*干栏目图片列表*/
.ColumnsIcoList {
	padding: 20px 0px;
}
.ColumnsIcoList li {
	float: left;
	width: 310px;
	height: 340px;
	overflow: hidden;
	text-align:center;
}
.ColumnsIcoList li a {
	display: block;
	line-height: 25px;
}
.ColumnsIcoList img{
	padding:4px;
	border:1px #CCC solid;
	height:280px;
	height:280px;
}
.ColumnsIcoList .Image{
	margin-top:10px;
}
/********************************内页列表页*********************************/
/*内页列表统计*/
.RecordTotal {
	text-align: right;
	color: gray;
}
/*内页文字列表*/
.PageTextList li {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #F2F2F2;
}
.PageTextList li .Name {
	float: left;
	width: 80%;
	background-image: url('../global/Maincont_ico4.gif');
	background-position: 10px center;
	background-repeat: no-repeat;
	text-indent: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.PageTextList li .Time {
	float: right;
	width: 20%;
}
/*内页图片列表*/
.PageIcoList {
	padding: 20px 0px;
}
.PageIcoList li {
	float: left;
	width: 175px;
	height: 160px;
	overflow: hidden;
	text-align: center;
}
.PageIcoList li a {
	display: block;
	line-height: 25px;
}
.PageIcoList li img {
	width: 150px;
	height: 120px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
/*分页*/
.Pagination {
	clear: both;
	padding: 10px 0px;
	text-align: center;
}
.Pagination a {
	padding: 3px 10px;
	margin: 0px 5px;
	border: 1px gray solid;
	background-color: #F9F9F9;
}
.Pagination a:hover {
	background-color: #0066CC;
	color: #FFFFFF;
}
/********************************内容页*********************************/
/*当前位置*/
.Station {
	padding: 10px 20px;
	text-align: right;
	color: gray;
}
.Station a {
	color: gray;
}
/*内容出处*/
.PageFrom {
	text-align: center;
	color: gray;
	padding: 10px 0px;
}
/*内页内容区域*/
.PageCont {
	line-height: 25px;
}
/*文字内容*/
.PageName {
	display: none;
}
.PageCont h2 {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #3366CC;
}
.PageCont h3 {
	background-color: #F2F2F2;
	font-size: 13px;
	font-weight: bold;
	color: green;
	padding: 5px 10px;
	border-left: 3px solid #009933;
	line-height: normal;
}
/*表格样式1*/
.PageTable_1 {
	border-collapse: collapse;
	width: 100%;
}
.PageTable_1 thead {
	background-color: #F3F3F3;
	font-weight: bold;
}
.PageTable_1 td {
	border: 1px gray solid;
	text-align: center;
	line-height: 20px;
}
/*表格样式2*/
.PageTable_2 {
	width: 100%;
}
.PageTable_2 td {
	text-align: center;
}
/*列表样式1*/
.PageUl_1 {
	width: 700px;
}
.PageUl_1 li {
	float: left;
	width: 350px;
}
/*返回*/
.PageBack {
	clear: both;
	padding: 10px 0px;
	text-align: center;
}
.PageBack a {
	padding: 3px 10px;
	margin: 0px 5px;
	border: 1px gray solid;
	background-color: #F9F9F9;
}
.PageBack a:hover {
	background-color: #0066CC;
	color: #FFFFFF;
}
/*浏览统计*/
.PageCount {
	display: none;
}
/*相关列表*/
.Related {
	border-bottom: 1px #E6E6E6 solid;
	padding: 10px;
	background-color: #F9F9F9;
	margin-top: 20px;
}
.Related .RelatedTitle {
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px #E6E6E6 solid;
}
.Related ul {
	padding-left: 20px;
}
.Related ul li {
	border-bottom: 1px #E6E6E6 dashed;
}
/********************邮箱登陆********************/
#MailLogin table {
	font-size: 12px;
	border-collapse: collapse;
}
#MailLogin td {
	font-size: 12px;
	color: white;
	font-family: Verdana;
	padding: 5px;
	text-align: center;
}
#MailLogin .mail_tr1 {
}
#MailLogin .mail_tr2 {
}
#MailLogin .input_name {
	width: 100px;
	font-size: 10px;
}
#MailLogin .input_domain {
	width: 60px;
	font-size: 11px;
}
#MailLogin .input_password {
	width: 100px;
	font-size: 10px;
}
#MailLogin .input_submit {
	font-size: 12px;
	margin: 0px 3px;
}
/********************客户留言样式********************/
.MsgForm {
	text-align: center;
}
.MsgFormTitle {
	font-size: 12px;
	font-weight: bold;
	width: 618px;
	text-align: left;
	background-color: #FFCC00;
	text-indent: 20px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #CC6600;
}
.MsgForm table {
	width: 618px;
	font-size: 12px;
	border-collapse: collapse;
	text-align: left;
}
.MsgForm td {
	padding: 3px;	/*border:1px black solid;*/
}
.MsgForm td.td1 {
	width: 70px;
	text-align: center;
}
.MsgForm input.text1 {
	width: 200px;
}
.MsgForm textarea.text1 {
	width: 98%;
}
.MsgForm .submit {
	text-align: center;
}
.MsgTable {
	text-align: center;
}
.MsgTableTitle {
	font-size: 12px;
	font-weight: bold;
	width: 618px;
	text-align: left;
	background-color: #FFCC00;
	text-indent: 20px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #CC6600;
}
.MsgTable table {
	width: 620px;
	font-size: 12px;
	line-height: 18px;
	border-collapse: collapse;
	margin: 3px 0px;
}
.MsgTable td {
	padding: 5px;
	border: 1px solid #CC6600;
}
.MsgTable .td1 div {
	text-align: center;
}
.MsgTable td.td1 {
	width: 100px;
	background-color: #FFF1BB;
}
.MsgTable td.td2 {
	text-align: right;
	background-color: #FFF1BB;
}
.MsgTable td.td3 {
	text-align: left;
	background-color: #FFF1BB;
}
.MsgTable td.td4 {
	width: 100px;
	font-weight: bold;
	text-align: center;
	background-color: #FFF1BB;
}
.MsgTable td.td5 {
	font-weight: bold;
	text-align: right;
	background-color: #FFF1BB;
}
.MsgTable td.td6 {
	font-weight: bold;
	text-align: left;
	background-color: #FFF1BB;
}
.MsgTable .Pagination td {
	border: 0px;
}
/********************信息反馈样式********************/
#order_online {
	text-align: center;
}
#order_online table {
	font: 9pt Verdana;
	color: #707070;
	margin: auto;
}
#order_online div {
	color: #F00;
}
#order_online .order_tr1 {
	background-color: #DAEDF5;
}
#order_online .order_tr2 {
	background-color: #EBF5FA;
}
#order_online .order_testinput {
	font-family: Verdana;
	font-size: 9pt;
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
}
/********************列表图标********************/
.style1_num1 {
	background-image: url("ico/ico_num1.png");
}
.style1_num2 {
	background-image: url("ico/ico_num2.png");
}
.style1_num3 {
	background-image: url("ico/ico_num3.png");
}
.style1_num4 {
	background-image: url("ico/ico_num4.png");
}
.style1_num5 {
	background-image: url("ico/ico_num5.png");
}
.style1_num6 {
	background-image: url("ico/ico_num6.png");
}
.style1_num7 {
	background-image: url("ico/ico_num7.png");
}
.style1_num8 {
	background-image: url("ico/ico_num8.png");
}
.style1_num9 {
	background-image: url("ico/ico_num9.png");
}
.style1_num10 {
	background-image: url("ico/ico_num10.png");
}
/********************************************************************************************会员登录页样式*/
.LoginPage {
}
.LoginPage table {
	width: 500px;
	margin: auto;
	color: #666;
}
.LoginPage table td {
	padding: 10px;
}
.LoginPage table a {
	color: #008DC9;
}
.LoginPage table .username {
	width: 300px;
	border: 1px #CCCCCC solid;
	height: 30px;
	font-size: 18px;
	color: #666;
	padding: 0 10px;
}
.LoginPage table .password {
	width: 300px;
	border: 1px #CCCCCC solid;
	height: 30px;
	font-size: 18px;
	color: #666;
	padding: 0 10px;
}
.LoginPage table .validcode {
	width: 200px;
	border: 1px #CCCCCC solid;
	height: 30px;
	font-size: 18px;
	color: #666;
	padding: 0 10px;
}
.LoginPage table .img {
	vertical-align: middle;
}
.LoginPage table .submit {
	width: 200px;
	border: none;
	cursor: pointer;
	height: 40px;
	font-size: 16px;
	border-radius: 4px;
	background-color: #0098D9;
	color: white;
}
.LoginPage table .submit:hover {
	background-color: #008DC9;
}
/********************************************************************************************会员注册页样式*/
.RegisterUser {
}
.RegisterUser table {
	width: 700px;
	margin: auto;
	color: #666;
}
.RegisterUser table span {
	color: red;
}
.RegisterUser table td {
	padding: 10px;
}
.RegisterUser table a {
	color: #008DC9;
}
.RegisterUser table .ipt_text {
	width: 300px;
	border: 1px #CCCCCC solid;
	height: 30px;
	font-size: 18px;
	color: #666;
	padding: 0 10px;
}
.RegisterUser table .ipt_select {
	border: 1px #CCCCCC solid;
	height: 30px;
	font-size: 18px;
	color: #666;
}
.RegisterUser table .submit {
	width: 200px;
	border: none;
	cursor: pointer;
	height: 40px;
	font-size: 16px;
	border-radius: 4px;
	background-color: #0098D9;
	color: white;
}
.RegisterUser table .submit:hover {
	background-color: #008DC9;
}
